/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.3.1
* Docs at http://davidtheclark.github.io/scut
*/
.certificates .seps,
.clear {
  *zoom: 1;
}
.certificates .seps:before,
.clear:before,
.certificates .seps:after,
.clear:after {
  display: table; 
  content: '';
}
.certificates .seps:after,
.clear:after {
  clear: both;
}

button,
a {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

#certs {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
}

.about-feature li:before {
  top: 8px;
}

.logo-animation {
  position: relative;
  display: block;
  width: 100%;
}

.logo-animation svg {
  position: relative;
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

#logo_path {
  stroke: #000;
  stroke-width: 1px;
  fill: transparent;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
          transform: scale(.8); 

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; 

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); 

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
          transform: scale(.8);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.services_slider,
.tech_slider {
  width: 100% !important;
}
.services_slider .swiper-wrapper,
.tech_slider .swiper-wrapper {
  padding: 4px 0 0;
}

.services_wrapper,
.tech_wrapper {
  position: relative;
}
.services_wrapper .slider-control,
.tech_wrapper .slider-control {
  position: absolute;
  top: 50%; 
  width: 100%;
}
.services_wrapper .slider-control .services-prev,
.services_wrapper .slider-control .services-next,
.services_wrapper .slider-control .tech-prev,
.services_wrapper .slider-control .tech-next,
.tech_wrapper .slider-control .services-prev,
.tech_wrapper .slider-control .services-next,
.tech_wrapper .slider-control .tech-prev,
.tech_wrapper .slider-control .tech-next {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer; 
  background: #f2f5f6;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.services_wrapper .slider-control .services-prev i,
.services_wrapper .slider-control .services-next i,
.services_wrapper .slider-control .tech-prev i,
.services_wrapper .slider-control .tech-next i,
.tech_wrapper .slider-control .services-prev i,
.tech_wrapper .slider-control .services-next i,
.tech_wrapper .slider-control .tech-prev i,
.tech_wrapper .slider-control .tech-next i {
  font-size: 30px;
  line-height: 48px;
}
.services_wrapper .slider-control .services-prev:hover,
.services_wrapper .slider-control .services-next:hover,
.services_wrapper .slider-control .tech-prev:hover,
.services_wrapper .slider-control .tech-next:hover,
.tech_wrapper .slider-control .services-prev:hover,
.tech_wrapper .slider-control .services-next:hover,
.tech_wrapper .slider-control .tech-prev:hover,
.tech_wrapper .slider-control .tech-next:hover {
  background: #03a9f4;
}
.services_wrapper .slider-control .services-prev:hover i,
.services_wrapper .slider-control .services-next:hover i,
.services_wrapper .slider-control .tech-prev:hover i,
.services_wrapper .slider-control .tech-next:hover i,
.tech_wrapper .slider-control .services-prev:hover i,
.tech_wrapper .slider-control .services-next:hover i,
.tech_wrapper .slider-control .tech-prev:hover i,
.tech_wrapper .slider-control .tech-next:hover i {
  color: #fff;
}
.services_wrapper .slider-control .services-prev,
.services_wrapper .slider-control .tech-prev,
.tech_wrapper .slider-control .services-prev,
.tech_wrapper .slider-control .tech-prev {
  left: -60px;
  margin-right: 3px;
}
.services_wrapper .slider-control .services-next,
.services_wrapper .slider-control .tech-next,
.tech_wrapper .slider-control .services-next,
.tech_wrapper .slider-control .tech-next {
  right: -60px;
}
.services_wrapper .slider-control .services-next i,
.services_wrapper .slider-control .tech-next i,
.tech_wrapper .slider-control .services-next i,
.tech_wrapper .slider-control .tech-next i {
  margin-left: 3px;
}
.services_wrapper .counter-box img,
.tech_wrapper .counter-box img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
.services_wrapper .feature-box-one,
.tech_wrapper .feature-box-one {
  display: block;
  margin-bottom: 0;
  color: inherit;
}
.services_wrapper .feature-box-one:hover,
.tech_wrapper .feature-box-one:hover {
  color: inherit;
}
.services_wrapper .feature-box-one h3,
.tech_wrapper .feature-box-one h3 {
  font-size: 18px;
}
.services_wrapper .feature-box-one p,
.tech_wrapper .feature-box-one p {
  height: 96px;
  overflow: hidden;
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  margin-top: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #03a9f4;
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#tech-swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.section-dark .gp-testimonial .gp-testimonial-author .author-details .testi-author-name {
  color: #fff;
}

.section-dark .gp-testimonial .gp-testimonial-author .author-details span {
  color: #b5b5b5;
}

.section-dark .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.service-modal {
  position: relative;
  display: block;
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.service-modal .main-icon {
  font-size: 120px;
}
.service-modal h2 {
  margin: 20px 0; 
  font-weight: bold;
}
.service-modal .p-30 {
  display: block;
  padding: 30px;
}
.service-modal p {
  max-width: 700px;
  margin-right: auto; 
  margin-left: auto;
  text-align: left;
}
.service-modal p.text-center {
  text-align: center;
}
.service-modal .img-125 {
  display: block; 
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto 15px;
}
.service-modal .mx-80 {
  max-width: 80px;
}

.brand-logo img {
  width: 100%;
}

.certificates {
  padding: 30px 0;
}
.certificates .cert-img {
  display: block; 
  max-width: 100%;
  height: auto;
}
.certificates h5 {
  font-size: 14px;
}
.certificates .seps {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0; 
  background-color: #ccc;
}

#about-single {
  padding-bottom: 0 !important;
  background-color: #fff !important;
}

#feature-two {
  padding-bottom: 80px;
}
#feature-two .section-title h2 {
  font-size: 24px;
}

.block-970 {
  display: block;
  width: 100%;
  max-width: 970px;
  margin-right: auto; 
  margin-left: auto;
}

.p-style-3 {
  font-size: 14px;
  line-height: 28px;
  color: #707070;
}

.request-quote-form {
  padding-top: 100px;
  padding-bottom: 1px !important;
}

/* # Helpers
---------------------------------------------------------------------------------------------------- */
/* # HELPERS: Table of Contents
- Types
	- Font Weight
	- Font Size
	- Font Styles
	- Font colors
- Background
- Structure
	- Positions
	- Display
- Components
	- Links
	- Images
	- Lists
- Shadows
- Misc.
*/
/* # Types
---------------------------------------------------------------------------------------------------- */
/* ## Font Weight
--------------------------------------------- */
.text-bold {
  font-weight: bold;
}

.f-200 {
  font-weight: 200;
}

.f-300 {
  font-weight: 300;
}

.f-400 {
  font-weight: 400;
}

.f-600 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.f-900 {
  font-weight: 900;
}

/* ## Font Size
--------------------------------------------- */
.h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

.h2 {
  font-size: 30px;
  font-size: 3rem;
}

.h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

.h4 {
  font-size: 20px;
  font-size: 2rem;
}

.h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

.h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

.px16 {
  font-size: 16px !important;
}

.px18 {
  font-size: 18px !important;
}

.px20 {
  font-size: 20px !important;
}

/* ## Font Styles
--------------------------------------------- */
.caps {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline !important;
}

.text-italics {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* ## Font colors
--------------------------------------------- */
.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

/* # Background
---------------------------------------------------------------------------------------------------- */
.bg-image {
  background-repeat: no-repeat; 
  background-position: center top;
  background-clip: padding-box;
  background-size: cover;
}
.bg-image.bg-size-full {
  background-size: 100%;
}
.bg-image.bg-size-null {
  background-size: auto;
}

.bg-trans {
  background-color: transparent !important;
}

/* # Structure
---------------------------------------------------------------------------------------------------- */
/* ## Position
--------------------------------------------- */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.absolute.-fill {
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.absolute.-fill.--bottom {
  top: auto;
  bottom: 0;
}
.absolute.-fill.--top {
  top: 0;
  bottom: auto;
}

/* ## Display
--------------------------------------------- */
.center {
  margin-right: auto; 
  margin-left: auto;
  text-align: center;
}

.block {
  display: block;
}

.auto-width {
  width: auto !important;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.blocked {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;

  *zoom: 1;
}
.blocked:before,
.blocked:after {
  display: table; 
  content: '';
}
.blocked:after {
  clear: both;
}

.visuallyhidden {
  position: absolute; 
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

.full-stretch {
  display: block;
  width: 100vw;
  overflow: hidden;
}

.full-screen {
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* # Components
---------------------------------------------------------------------------------------------------- */
/* ## Links
--------------------------------------------- */
button:focus,
button:hover,
button:active,
a:focus,
a:hover,
a:active {
  outline: medium none !important;
}
button:focus::-moz-focus-inner,
button:hover::-moz-focus-inner,
button:active::-moz-focus-inner,
a:focus::-moz-focus-inner,
a:hover::-moz-focus-inner,
a:active::-moz-focus-inner {
  border: 0 !important;
  outline: 0 !important;
}

button::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0 !important;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
}

/* ## Images
--------------------------------------------- */
.responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ## Lists
--------------------------------------------- */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style-type: none;
}

.list_slashed {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; 
  list-style-type: none;
}
.list_slashed > li {
  display: inline;
}
.list_slashed > li:not(:last-child):after {
  content: " / ";
}

.list_piped {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; 
  list-style-type: none;
}
.list_piped > li {
  display: inline;
}
.list_piped > li:not(:last-child):after {
  content: " | ";
}

/* # Shadows
---------------------------------------------------------------------------------------------------- */
.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

/* Misc.
---------------------------------------------------------------------------------------------------- */
.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; 

  -webkit-touch-callout: none;
}

.radius-no {
  border-radius: 0;
}

::-moz-selection {
  color: #fff; 
  background: #333;
}

::selection {
  color: #fff; 
  background: #333;
}

@media (min-width: 768px) {
  .scrolldown {
    bottom: 165px;
  }
  #certs {
    display: block;
  }
  .certificates {
    display: none;
  }
}

@media (max-width: 1023px) {
  .logo-animation svg #logo_path {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    stroke: #03a9f4 !important;
    fill: #03a9f4 !important;
  }
}

@media (max-width: 599px) {
  .service-modal h2 {
    font-size: 5vw;
  }
}

@media (max-width: 991px) {
  .service-modal p br {
    display: none;
  }
  #banner-particales {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #discohead {
    position: fixed !important;
  }
  #discohead .logo-contrast {
    display: block !important;
  }
  #discohead #nav-toggle .toggle-inner > span:nth-child(1) {
    background-color: #fff !important;
  }
  #discohead #nav-toggle .toggle-inner > span:nth-child(4) {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 992px) {
  .wow {
    visibility: visible !important; 
    -webkit-animation-name: none !important;
            animation-name: none !important;
  }
}
